home *** CD-ROM | disk | FTP | other *** search
- # Attach interfaces
- # Syntax: attach <hw type> <I/O address> <vector> <mode> <label>
- # <bufsize> <mtu> [<speed>]
- #
- mycall dummy
- #
- # attach /t2 as a 9600 baud SLIP link
- attach asy 0x0002 1 slip sl0 8192 1024 9600
- # at the moment, don't attach /t1 as a 9600 baud KISS link
- # attach asy 0x0001 1 ax25 ax0 2048 576 9600
- # param ax0 1 5
- # param ax0 2 40
- # param ax0 3 3
- # param ax0 4 3
- # param ax0 5 0
- #
- # Remainder of configuration
- #
- hostname m68-graz
- echo refuse
- escape 24
- digipeat on
- ttl 16
- ipaddr [44.192.000.001]
- route add 44.192.000.002 sl0
- #route add default ax0
- window 512
- mss 256
- #
- start smtp
- start ftp
- start echo
- start discard
- start telnet
- #
- # turn on tracing
- trace f025
-